HELP - MACRO_PARAMETERS
HelpExample CodeMACRO_PARAMETERS
Description Source Call Graph
MACRO_PARAMETERS ( Macro )
Documenting parameters for macro.
 
Syntax / parameters
define MACRO_PARAMETERS (x, y)

Name Type Default Description
  x
  MACRO_PARAMETERS Param x description
  y
  MACRO_PARAMETERS Param y description
 
Return value     MACRO_PARAMETERS return value description
Description
Documenting parameters for macro.
use the \param keyword.
This is how it looks in the code:
/**
Documenting parameters for macro. use the $\\param$ keyword.
\param x MACRO_PARAMETERS Param x description
\param y MACRO_PARAMETERS Param y description
\return  MACRO_PARAMETERS return value description
*/

See also
  • ParametersJavaStyle
  •  
    Source
    The documentation for this Member was generated from the following file:
  • HowtoDocument.h